Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The following code should return "#1", but actually returns "#${a}"
var a = 1; return `#${a}`;
I checked the syntax doc, seems there is no such rule.
Thanks!